projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea928e4
)
combobox: Don't set the menu's name twice
author
Benjamin Otte
<otte@redhat.com>
Sat, 26 Mar 2011 18:22:31 +0000
(19:22 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 26 Mar 2011 23:48:25 +0000
(
00:48
+0100)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index bf2955fb3a0b83c3d6ccbc49d8a567caac481e80..6f564604e7a5271d11d85fff00e8cbbc5e628b3e 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-3046,8
+3046,6
@@
gtk_combo_box_menu_setup (GtkComboBox *combo_box,
(GtkTreeMenuHeaderFunc)gtk_combo_box_header_func,
combo_box, NULL);
- gtk_widget_set_name (menu, "gtk-combobox-popup-menu");
-
g_signal_connect (menu, "key-press-event",
G_CALLBACK (gtk_combo_box_menu_key_press), combo_box);
gtk_combo_box_set_popup_widget (combo_box, menu);